Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
@alwatr/logger
Advanced tools
Fancy colorful console debugger with custom scope written in tiny TypeScript, ES module.
@alwatr/logger
Fancy colorful console debugger with custom scope written in tiny TypeScript, ES module.
import {createLogger} from 'https://esm.run/@alwatr/logger';
const logger = createLogger('demo');
function sayHello(name: string) {
logger.logMethodArgs?.('sayHello', {name});
}
Many of the methods in the logger are no-ops when the debug mode is off in the browser. Please remember to reload the window after changing the debug mode.
window.localStorage?.setItem('alwatrDebug', '1');
Make sure the log level in set correctly.
FAQs
Fancy colorful console debugger with custom scope written in tiny TypeScript, ES module.
The npm package @alwatr/logger receives a total of 573 weekly downloads. As such, @alwatr/logger popularity was classified as not popular.
We found that @alwatr/logger demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.